home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / grafik / dust_v2.34 / dusthelp / calc < prev    next >
Text File  |  1995-09-28  |  331b  |  10 lines

  1.   COMMAND CALC or .
  2. -----------------------------------------------------------------
  3.     Purpose: calculate mathematical expressions or define new
  4.              global variables
  5.       Usage: CALC(<expression>) or .<expression>
  6.    Examples: calc("3*sin(pi/8)")
  7.              .a=3/5
  8.              .b=a*sin(45)
  9.              calc("b+a")
  10.